home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 February
/
PCWorld_2007-02_cd.bin
/
v cisle
/
Addons
/
Addons.exe
/
videodownloader-1.1.1-fx.xpi
/
chrome
/
videodownloader.jar
/
content
/
firefoxOverlay.xul
< prev
next >
Wrap
Extensible Markup Language
|
2006-08-25
|
2KB
|
52 lines
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Version: Open Software License v. 2.1
-
- The contents of this file are subject to the Open Software License Version
- 2.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.opensource.org/licenses/osl-2.1.php
-
- Software distributed under the License is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- for the specific language governing rights and limitations under the
- License.
-
- The Original Code is the VideoDownloader.
-
- The Initial Developer of the Original Code is
- Javi Moya
-
- Portions created by the Initial Developer are Copyright (C) 2006
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
- -->
<?xml-stylesheet href="chrome://videodownloader/skin/overlay.css" type="text/css"?>
<!DOCTYPE overlay SYSTEM "chrome://videodownloader/locale/videodownloader.dtd">
<overlay id="videodownloader-overlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script src="overlay.js"/>
<stringbundleset id="stringbundleset">
<stringbundle id="videodownloader-strings" src="chrome://videodownloader/locale/videodownloader.properties"/>
</stringbundleset>
<statusbar id="status-bar">
<statusbarpanel id="videodownloader-statusbar-panel"
hidden="true"
class="statusbarpanel-menu-iconic"
tooltiptext="&videodownloaderStatusbar.tooltip;"
onclick="clickButton(event)" >
</statusbarpanel>
</statusbar>
<toolbarpalette id="BrowserToolbarPalette">
<toolbarbutton id="videodownloader-toolbar-button"
label="&videodownloaderToolbar.label;"
tooltiptext="&videodownloaderToolbar.tooltip;"
onclick="clickButton(event)"
class="toolbarbutton-1 chromeclass-toolbar-additional"/>
</toolbarpalette>
</overlay>